home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Demos / Evatac Software / Preditor 3.0 / Tools / Language Module Builder / Sources / Pascal / Pascal.rsrc / STR#_601.txt < prev    next >
Encoding:
Text File  |  1995-11-16  |  574 b   |  93 lines

  1. function
  2.  
  3. •(•):•;
  4. •begin
  5.     ‚Ä¢
  6. end {function ‚Ä¢}
  7.  
  8. •
  9.  
  10.  
  11. procedure
  12.  
  13. •(•);
  14. •begin
  15.     ‚Ä¢
  16. end {procedure ‚Ä¢}
  17.  
  18. •
  19.  
  20.  
  21. label
  22.  
  23. label ‚Ä¢;‚Ä¢
  24.  
  25.  
  26. const
  27.  
  28. const ‚Ä¢;‚Ä¢
  29.  
  30. type
  31.  
  32. type ‚Ä¢;‚Ä¢
  33.  
  34. var
  35.  
  36. var ‚Ä¢;‚Ä¢
  37.  
  38. record
  39.  
  40. record
  41.     ‚Ä¢
  42. end;•
  43.  
  44. begin
  45.  
  46. begin
  47.     ‚Ä¢
  48. end•
  49.  
  50. for
  51.  
  52. for ‚Ä¢ := ‚Ä¢ to ‚Ä¢ do begin
  53.     ‚Ä¢
  54. end {for}‚Ä¢
  55.  
  56. while
  57.  
  58. while (‚Ä¢) do begin
  59.     ‚Ä¢
  60. end {while}‚Ä¢
  61.  
  62. repeat
  63.  
  64. repeat
  65.     ‚Ä¢
  66. until (‚Ä¢);‚Ä¢
  67.  
  68. if
  69.  
  70. if (‚Ä¢) then begin
  71.     ‚Ä¢
  72. end {if}‚Ä¢
  73.  
  74. elseif
  75.  
  76. ‚àÜend else if (‚Ä¢) begin
  77. •
  78.  
  79. else
  80.  
  81. ‚àÜend else begin
  82. •
  83.  
  84. case
  85.  
  86. case  (‚Ä¢)
  87.     ‚Ä¢ : begin
  88.         ‚Ä¢
  89.     end
  90.  
  91. end {case{‚Ä¢
  92.  
  93.